home *** CD-ROM | disk | FTP | other *** search
/ The Art of Making Great Pastries / The Art of Making Great Pastries.iso / glblstar.exe / glblstar.dxr / 00003.ls < prev    next >
Encoding:
Text File  |  1998-06-16  |  310 b   |  15 lines

  1. on enterFrame
  2.   repeat with i = 1 to 50
  3.     if getNthFileNameInFolder("C:\arome\pastries\", i) = "pastry.exe" then
  4.       set ProgramInstalled to 1
  5.     end if
  6.   end repeat
  7.   if ProgramInstalled = 1 then
  8.     set ProgramInstalled to 0
  9.     open("\pastryuj.exe")
  10.     quit()
  11.   else
  12.     play frame "bkg"
  13.   end if
  14. end
  15.